You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > CplxToReal Method > TOpenCLMtxVec.CplxToReal Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.CplxToReal Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec, int, int, int, int)

Split calling object elements [Index]..[Index+Len-1] into real and imaginary components.

Syntax
C#
Visual Basic
public void CplxToReal([In] TOpenCLMtxVec ReVec, [In] TOpenCLMtxVec ImVec, int ReIndex, int ImIndex, int Index, int Len);

Store real components in ReVec elements [ReIndex]..[ReIndex+Len-1] and imaginary components in ImVec elements [ImIndex]..[ImIndex+Len-1]. Size and TOpenCLBase.ComplexComplexproperties must be set explicitly. An exception is raised if array borders are overrun or underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!